Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated for jruby-kafka 0.2.1, style and documentation #1

Merged
merged 2 commits into from
Oct 8, 2014

Conversation

joekiller
Copy link
Collaborator

  • updated Kafka output sendMsg to send_msg
  • style fixes
  • fix Kafka output test to use send_msg

Created per request: elastic/logstash#1764

The fix from elastic/logstash#1738 seemed to slip by this output so I added the fix to this PR as well.

  • Removed topic_id from producer options as it is unnecessary and created a bug with later jruby-kafka.

  * updated Kafka output sendMsg to send_msg
  * style fixes
  * fix Kafka output test to use send_msg
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})

# Special flag to let us know this is actually a logstash plugin
s.metadata = { "logstash_plugin" => "true", "group" => "output" }
s.metadata = { :logstash_plugin => 'true', :group => 'output'}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These have to be stringed keys.

@joekiller
Copy link
Collaborator Author

Updated.

suyograo added a commit that referenced this pull request Oct 8, 2014
updated for jruby-kafka 0.2.1, style and documentation
@suyograo suyograo merged commit f8bb0f9 into logstash-plugins:master Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants